@charset "UTF-8";
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

.home-page-banner {
  width: 100% !important;
  margin: 0; }
  .home-page-banner .wp-caption {
    padding: 0;
    margin: 0;
    position: relative;
    border: none;
    max-width: 100%;
    width: 100% !important; }
    .home-page-banner .wp-caption img {
      max-width: 100%;
      width: 100% !important; }
    .home-page-banner .wp-caption .wp-caption-text {
      padding: 20px 40px;
      position: absolute;
      top: 36%;
      background-color: #fff;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      width: 580px;
      text-transform: uppercase;
      font-size: 46px;
      line-height: 46px;
      font-size: calc( 16px + 1.5vw);
      line-height: calc( 16px + 1.5vw);
      font-family: 'GiorgioSansLight', sans-serif; }
      .home-page-banner .wp-caption .wp-caption-text strong {
        color: #48a9f9; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .screen-reader-text:focus {
    background-color: #f1f2f2;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

@font-face {
  font-family: 'GiorgioSansLight';
  src: url("../fonts/GiorgioSans-Light-Web.woff2") format("woff2"), url("../fonts/GiorgioSans-Light-Web.woff") format("woff"); }

h1 {
  font-size: 60px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 24px; }

img {
  max-width: 100%; }

/** bootstrap 5 columns **/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

/** end bootstrap 5 columns **/
body {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-stretch: normal;
  font-weight: 300;
  color: #000; }

b, strong {
  font-weight: 800; }

.main-content,
.main-wrapper {
  font-size: 16px; }

a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  color: #48a9f9; }
  a:hover, a:focus {
    text-decoration: none;
    color: #337ab7;
    outline: none; }

input[type=text], input[type=email], input[type=password] {
  -webkit-appearance: none;
  border: 1px solid #e6e7e8;
  padding: 5px; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: 'GiorgioSansLight', sans-serif; }

input[type=submit]:visited,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit] {
  outline: none; }

/* Login page styles */
.tml {
  max-width: 650px;
  position: relative; }

.tml #loginform {
  max-width: 350px; }

.tml .message {
  border: none;
  background: none;
  padding: 0px; }

.tml label {
  font-weight: 300;
  margin-bottom: 0px; }

.tml-login p.tml-rememberme-wrap {
  display: block; }

.tml-login .tml-rememberme-submit-wrap {
  margin-bottom: 0px; }

.tml-login .tml-submit-wrap input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #48a9f9;
  color: #FFF;
  padding: 10px 50px;
  border-radius: 0px; }

.tml input[type="checkbox"],
.tml input[type="radio"],
.tml .tml-rememberme-wrap input {
  margin: 0.5em 0; }

.tml .tml-action-links a,
.tml .tml-rememberme-wrap label {
  font-size: 14px;
  vertical-align: middle; }

/* Login page styles */
.padding-25 {
  padding-left: 25px;
  padding-right: 25px; }

.page-about .first-container > .vc_row,
.page-about .first-container > .row {
  /*padding-left: 25px;
    padding-right: 25px;*/ }

.relative {
  position: relative; }

.margin-top-80 {
  margin-top: 80px; }

h3.sub-title {
  font-size: 36px;
  margin-bottom: 35px;
  margin-top: 0; }

.bg-lighter {
  background-color: #fafafa; }

.arrow-right {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: #48a9f9;
  background-repeat: no-repeat;
  background-image: url("../images/right-arrow@2x.png");
  background-size: 10px 19px;
  background-position: center; }

.main-border-top,
.media-gallery-page,
.default-main {
  padding: 25px 0 30px; }

.media-gallery-page {
  padding-bottom: 0; }

.arrow-right.wdip-color {
  background-color: #00afec; }

.main-color {
  color: #48a9f9; }

.wpb_single_image .vc_single_image-wrapper {
  display: block !important; }

.full-width, .full-width img {
  width: 100%;
  height: auto; }

.max-width {
  max-width: 100%; }

.go2top {
  position: fixed;
  bottom: 10%;
  right: 5%;
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  background-color: #c6c6c6;
  border-radius: 50%;
  padding: 6px 0;
  z-index: 9999; }

.go2top i {
  color: #fff; }

.go2top:hover {
  cursor: pointer;
  background-color: #48a9f9;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.search-form {
  position: relative;
  width: 22px;
  height: 30px; }
  .search-form .search-field {
    height: 30px;
    width: 19px;
    padding: 3px 5px;
    right: 0;
    top: 0;
    position: absolute;
    border: none;
    background-color: transparent;
    background-image: url("../images/search@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 50%;
    -webkit-transition: all 0.1ms ease;
    -moz-transition: all 0.1ms ease;
    -ms-transition: all 0.1ms ease;
    -o-transition: all 0.1ms ease;
    transition: all 0.1ms ease;
    border: none;
    color: transparent; }
    .search-form .search-field:focus {
      background-position: 100% 50%;
      background-size: 14px 14px;
      width: 150px;
      background: #fff;
      color: #000;
      border: 1px solid #48a9f9;
      height: 28px;
      top: 10px;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      outline: none; }

.top-bar {
  background-color: #000; }

.top-menu {
  text-align: right; }

.top-menu ul {
  margin: 0;
  padding: 0; }

.top-menu li {
  display: inline-block;
  margin-left: 15px; }

.top-menu li a {
  color: #9B9B9B;
  display: block; }

.top-menu li a:hover {
  color: #FFF; }

.top-menu li a i {
  vertical-align: top;
  font-size: 15px;
  padding: 10px 0; }

.top-menu li a i.fa-facebook {
  font-size: 14px; }

.top-menu li a i.fa-youtube-play {
  font-size: 12px; }

.logo-container .logo {
  display: block;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 175px; }

.primary-menu-container {
  text-align: right; }

.main-menu {
  padding: 25px 0 25px;
  background: #fff;
  border-bottom: 1px solid rgba(207, 207, 207, 0.5); }

.main-menu.sticky {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%; }
  .main-menu.sticky .logo {
    width: 150px; }

.primary-menu,
.account-menu {
  margin: 0;
  padding: 0;
  display: inline-block; }
  .primary-menu ul,
  .account-menu ul {
    padding: 0;
    margin: 0;
    line-height: 1; }
  .primary-menu li,
  .account-menu li {
    display: inline-block; }
  .primary-menu li a,
  .account-menu li a {
    display: table-cell;
    height: 28px;
    vertical-align: middle;
    color: #000;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    font-size: 15px; }

.primary-menu {
  border-right: 1px solid #e6e7e8;
  padding-right: 25px; }
  .primary-menu li {
    margin-left: 33px; }
    .primary-menu li#menu-item-217 {
      display: none; }
    @media screen and (min-width: 991px) {
      .primary-menu li a:after {
        content: "";
        width: 0%;
        height: 2px;
        background-color: #48a9f9;
        position: absolute;
        bottom: -2px;
        left: 0;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
      .primary-menu li a:hover, .primary-menu li a:focus {
        color: #48a9f9; }
        .primary-menu li a:hover:after, .primary-menu li a:focus:after {
          background-color: #000;
          width: 100%; }
      .primary-menu li:hover > a:after {
        background-color: #000;
        width: 100%; }
      .primary-menu li li a:after:hover:after, .primary-menu li li a:after:focus:after {
        background-color: #a7a7a7;
        width: 100%; }
      .primary-menu li li:hover > a:after {
        background-color: #a7a7a7;
        width: 100%; } }
  .primary-menu > ul > li {
    position: relative; }

.account-menu {
  margin-left: 25px; }

.primary-menu li.blue-menu a {
  color: #48a9f9; }

.wdc-menu li .sub-menu,
.primary-menu li .sub-menu {
  position: absolute;
  left: -10px;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  text-align: left;
  min-width: 190px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-top: 2px; }
  @media screen and (min-width: 991px) {
    .wdc-menu li .sub-menu li .sub-menu,
    .primary-menu li .sub-menu li .sub-menu {
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      /*    
                 &:after {
                    content: "";
                    width: 4px;
                    height: 0px;
                    background: #a7a7a7;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 1;
                    -webkit-transition: all 500ms ease 100ms;        
                    transition: all 500ms ease 100ms;               
                 }*/ }
    .wdc-menu li .sub-menu li:hover .sub-menu:after,
    .primary-menu li .sub-menu li:hover .sub-menu:after {
      height: 100%; } }

.wdc-menu > ul > li {
  position: relative; }

.wdc-menu li.current-menu-ancestor a,
.wdc-menu .sub-menu > li.current-menu-ancestor > a {
  color: #48a9f9; }

.wdc-menu li.current-menu-item > a {
  color: #48a9f9 !important; }

.wdc-menu li .sub-menu {
  top: 100%;
  width: auto;
  max-width: 0;
  min-width: 260px; }

.primary-menu li#menu-item-206 .sub-menu {
  min-width: 230px; }

.wdc-menu li .sub-menu:before,
.primary-menu li .sub-menu:before {
  content: "";
  position: absolute;
  top: -16px;
  border-style: solid;
  border-width: 8px 6px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1);
  left: 15px;
  display: none; }

.wdc-menu li:hover > .sub-menu,
.primary-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  border-bottom: solid 5px #48a9f9; }

.primary-menu .sub-menu > li {
  position: relative;
  margin: 0;
  width: 100%; }
  .primary-menu .sub-menu > li a {
    padding: 15px 15px; }

.wdc-menu .sub-menu > li {
  position: relative;
  margin: 0;
  padding: 0 15px;
  width: 100%; }

.wdc-menu .sub-menu > li a {
  padding: 10px 0; }

.wdc-menu .sub-menu li a,
.primary-menu .sub-menu li a {
  display: block;
  height: auto;
  word-break: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

.wdc-menu .sub-menu li a {
  color: #000; }

.wdc-menu .sub-menu li a:hover {
  color: #48a9f9; }

.wdc-menu li .sub-menu .sub-menu,
.primary-menu li .sub-menu .sub-menu {
  left: 100%;
  top: -2px; }

.wdc-menu > ul > li .sub-menu li.menu-item-has-children:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent black;
  right: 0;
  top: 10px; }

.widget_nav_menu ul li.current-menu-item a,
.primary-menu li.current-menu-parent > a,
.primary-menu li.current-menu-item > a {
  color: #48a9f9; }

.account-menu li:first-child {
  padding-right: 10px; }

.account-menu .user-login {
  width: 20px;
  background-size: 20px;
  background-image: url("../images/user-icon@2x.png");
  background-repeat: no-repeat;
  background-position: center; }

.account-menu .user-logout {
  width: 14px;
  background: url("../images/power-icon@2x.png") no-repeat;
  background-position: center;
  background-size: auto 14px; }

.account-menu .user-logged-in {
  position: relative; }

.account-menu .user-logged-in:hover {
  cursor: pointer; }

.account-menu .user-logged-in ul {
  position: absolute;
  left: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-align: left;
  width: auto;
  min-width: 90px;
  text-align: center;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 20px 0; }

.account-menu .user-logged-in.act ul {
  opacity: 1;
  visibility: visible;
  height: auto; }

.account-menu .user-logged-in .user-logout {
  width: auto;
  height: auto;
  display: block;
  background: none; }

.account-menu .user-logged-in .user-logout:hover {
  color: #48a9f9; }

.wdc-main-menu {
  background: #000;
  position: relative;
  z-index: 1; }

.wdc-main-menu.sticky {
  position: fixed;
  top: 100px;
  width: 100%;
  margin: 0 auto;
  z-index: 900;
  display: none; }

.wdc-menu ul {
  margin: 0;
  padding: 0; }

.wdc-menu li {
  float: left;
  padding: 22px 50px 22px 0;
  list-style: none; }

.wdc-menu li a {
  line-height: 1;
  color: #fff;
  display: block;
  font-size: 14px; }

.wdc-menu li:last-child a {
  border-right: 0; }

.wdc-menu li a:hover {
  color: #48a9f9; }

/*.wdc-menu .menu .sub-menu {
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    top: 100%;
    -webkit-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    -o-transform: translatey(-100%);
    transform: translatey(-100%);
    z-index: -1;
}
.wdc-menu .menu li:hover > .sub-menu {
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
    z-index: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.wdc-menu .menu .sub-menu .sub-menu {
    z-index: -1;
    display: none;
}
.wdc-menu .menu .sub-menu li:hover .sub-menu {
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
    z-index: 1;
    display: block;
}
.wdc-menu .menu .sub-menu:before {
    display: none;
}*/
#menu-wdc:before {
  content: " ";
  display: table; }

#menu-wdc:after {
  content: " ";
  display: table;
  clear: both; }

/********************* carousel *****/
@media only screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none; } }

h1 {
  font-size: calc( 38px + 0.5vw);
  line-height: calc( 40px + 0.5vw); }

h2 {
  font-size: calc( 32px + 0.5vw);
  line-height: calc( 34px + 0.5vw); }

@media only screen and (min-width: 991px) {
  body .carousel-holder.desktop-first {
    float: right; } }

body .carousel-holder .content-over-slider {
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 991px) {
    body .carousel-holder .content-over-slider {
      margin-bottom: 40px !important; } }
  body .carousel-holder .content-over-slider .slick-slide .content-section {
    top: auto !important;
    bottom: 20px;
    left: 0px;
    text-shadow: none;
    padding-left: 40px;
    width: 88% !important; }
    @media only screen and (max-width: 991px) {
      body .carousel-holder .content-over-slider .slick-slide .content-section {
        width: 100% !important;
        top: 0 !important;
        margin-top: -130px !important;
        padding-bottom: 20px; } }
    body .carousel-holder .content-over-slider .slick-slide .content-section p.category-label {
      background-color: #48a9f9;
      color: #fff;
      text-transform: uppercase;
      border: solid 2px #fff;
      padding: 10px 30px;
      display: inline-block;
      position: absolute;
      bottom: 370px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      display: none; }
      body .carousel-holder .content-over-slider .slick-slide .content-section p.category-label a {
        color: #fff; }
      body .carousel-holder .content-over-slider .slick-slide .content-section p.category-label:hover {
        background-color: #2c74ae; }
    @media only screen and (min-width: 991px) {
      body .carousel-holder .content-over-slider .slick-slide .content-section h3,
      body .carousel-holder .content-over-slider .slick-slide .content-section h4 {
        position: absolute;
        bottom: 0;
        margin: 0;
        display: table;
        height: 120px; } }
    body .carousel-holder .content-over-slider .slick-slide .content-section h3 a,
    body .carousel-holder .content-over-slider .slick-slide .content-section h4 a {
      color: #fff;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      display: inline-block;
      font-size: 24px;
      line-height: 28px;
      font-size: calc( 14px + 0.5vw);
      line-height: calc( 18px + 0.5vw);
      font-family: Helvetica, Arial, "Lucida Grande", sans-serif; }
      @media only screen and (min-width: 991px) {
        body .carousel-holder .content-over-slider .slick-slide .content-section h3 a,
        body .carousel-holder .content-over-slider .slick-slide .content-section h4 a {
          display: table-cell;
          vertical-align: middle; } }
      body .carousel-holder .content-over-slider .slick-slide .content-section h3 a:after,
      body .carousel-holder .content-over-slider .slick-slide .content-section h4 a:after {
        content: "";
        width: 0%;
        height: 2px;
        background-color: #48a9f9;
        position: absolute;
        bottom: 18px;
        left: 0px;
        -webkit-transition: all 300ms ease 300ms;
        -o-transition: all 300ms ease 300ms;
        transition: all 300ms ease 300ms; }
        @media only screen and (max-width: 991px) {
          body .carousel-holder .content-over-slider .slick-slide .content-section h3 a:after,
          body .carousel-holder .content-over-slider .slick-slide .content-section h4 a:after {
            bottom: 38px;
            left: 20px; } }
      body .carousel-holder .content-over-slider .slick-slide .content-section h3 a:hover, body .carousel-holder .content-over-slider .slick-slide .content-section h3 a:focus,
      body .carousel-holder .content-over-slider .slick-slide .content-section h4 a:hover,
      body .carousel-holder .content-over-slider .slick-slide .content-section h4 a:focus {
        color: #fff; }
        body .carousel-holder .content-over-slider .slick-slide .content-section h3 a:hover:after, body .carousel-holder .content-over-slider .slick-slide .content-section h3 a:focus:after,
        body .carousel-holder .content-over-slider .slick-slide .content-section h4 a:hover:after,
        body .carousel-holder .content-over-slider .slick-slide .content-section h4 a:focus:after {
          background-color: #fff;
          width: 80%;
          -webkit-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease; }
  body .carousel-holder .content-over-slider.tdt-slider.slider .carousel-caption {
    padding-bottom: 0;
    padding-top: 0; }
  body .carousel-holder .content-over-slider.tdt-slider.slider .slick-dots {
    bottom: -35px !important;
    width: 90%; }
    @media only screen and (min-width: 991px) {
      body .carousel-holder .content-over-slider.tdt-slider.slider .slick-dots {
        bottom: -15px !important;
        width: 100%; } }
    body .carousel-holder .content-over-slider.tdt-slider.slider .slick-dots li button:before {
      color: #e6e7e8 !important; }
  body .carousel-holder .content-over-slider.tdt-slider.slider li.slick-active button:before {
    color: #48a9f9 !important; }

body .carousel-holder.post-carousel-holder .slick-slide img {
  width: 100%; }

body .carousel-holder.post-carousel-holder .slick-slide .content-section p.category-label {
  padding: 10px 30px;
  display: inline-block;
  position: relative;
  bottom: 0;
  margin-bottom: 20px; }
  body .carousel-holder.post-carousel-holder .slick-slide .content-section p.category-label a {
    color: #fff; }
  body .carousel-holder.post-carousel-holder .slick-slide .content-section p.category-label:hover {
    background-color: #2c74ae; }

@media only screen and (min-width: 991px) {
  body .carousel-holder.post-carousel-holder .slick-slide .content-section h3 {
    height: 150px; } }

@media only screen and (min-width: 991px) {
  body .carousel-holder.post-carousel-holder .slick-slide .content-section p.post-date {
    position: absolute;
    bottom: 103px; } }

body .blue-buttons.wpb_content_element {
  margin-bottom: 0 !important; }

body .blue-buttons .seperator-div {
  width: 100%;
  float: left; }
  @media only screen and (min-width: 991px) {
    body .blue-buttons .seperator-div {
      margin-top: 30px; } }

body .blue-buttons p {
  margin: 0;
  display: table;
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 10px !important; }
  @media only screen and (max-width: 991px) {
    body .blue-buttons p {
      width: 100%;
      margin-right: 0; } }
  body .blue-buttons p a {
    display: table-cell;
    vertical-align: middle;
    min-height: 104px;
    height: 104px;
    padding: 10px 20px;
    background-color: #fff;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    border: solid 2px #48a9f9;
    border-left: solid 5px #48a9f9;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease 150ms;
    -o-transition: all 300ms ease 150ms;
    transition: all 300ms ease 150ms; }
    @media only screen and (max-width: 991px) {
      body .blue-buttons p a {
        font-size: 18px;
        line-height: 20px; } }
    body .blue-buttons p a.image-padding {
      position: relative;
      padding-left: 92px; }
      body .blue-buttons p a.image-padding img {
        position: absolute;
        top: 16px;
        left: 22px; }
    body .blue-buttons p a:after {
      content: "";
      width: 0%;
      height: 100%;
      background-color: #48a9f9;
      position: absolute;
      z-index: -1;
      top: 0px;
      left: 0px;
      -webkit-transition: all 300ms ease 300ms;
      -o-transition: all 300ms ease 300ms;
      transition: all 300ms ease 300ms; }
    body .blue-buttons p a:hover, body .blue-buttons p a:focus {
      color: #fff;
      -webkit-transition: all 200ms ease 100ms;
      -o-transition: all 200ms ease 100ms;
      transition: all 200ms ease 100ms; }
      body .blue-buttons p a:hover img, body .blue-buttons p a:focus img {
        -webkit-transition: all 200ms ease 100ms;
        -o-transition: all 200ms ease 100ms;
        transition: all 200ms ease 100ms; }
      body .blue-buttons p a:hover:after, body .blue-buttons p a:focus:after {
        background-color: #48a9f9;
        width: 100%;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
    body .blue-buttons p a img {
      float: left;
      margin-right: 10px;
      margin-bottom: 0;
      margin-left: -5px;
      margin-top: 3px;
      height: auto;
      width: 60px;
      -webkit-transition: all 300ms ease; }
    body .blue-buttons p a.blue-button {
      background-color: #48a9f9;
      color: #fff;
      height: auto;
      min-height: auto; }
      @media only screen and (max-width: 768px) {
        body .blue-buttons p a.blue-button {
          margin-bottom: 10px;
          float: left; } }
      body .blue-buttons p a.blue-button img {
        width: 300px;
        float: left;
        max-width: calc( 100% + 47px);
        margin-left: -25px;
        margin-right: -22px;
        margin-top: 20px;
        margin-bottom: -22px;
        position: relative; }
        @media only screen and (max-width: 768px) {
          body .blue-buttons p a.blue-button img {
            width: 600px; } }
      body .blue-buttons p a.blue-button:hover, body .blue-buttons p a.blue-button:focus {
        color: #fff;
        border-color: #2c74ae;
        -webkit-transition: all 200ms ease 100ms;
        -o-transition: all 200ms ease 100ms;
        transition: all 200ms ease 100ms; }
        body .blue-buttons p a.blue-button:hover img, body .blue-buttons p a.blue-button:focus img {
          -webkit-transform: rotate(0deg);
          /* Safari 3-8 */
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: all 200ms ease 100ms;
          -o-transition: all 200ms ease 100ms;
          transition: all 200ms ease 100ms; }
        body .blue-buttons p a.blue-button:hover:after, body .blue-buttons p a.blue-button:focus:after {
          background-color: #2c74ae;
          width: 100%;
          -webkit-transition: all 300ms ease 110ms;
          -o-transition: all 300ms ease 110ms;
          transition: all 300ms ease 110ms; }

body .icon-buttons p,
body .icon-text p {
  margin: 0;
  display: table;
  float: left;
  width: 100%;
  margin-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    body .icon-buttons p,
    body .icon-text p {
      width: 100%;
      margin-right: 0; } }
  body .icon-buttons p a,
  body .icon-text p a {
    display: table-cell;
    vertical-align: middle;
    min-height: 60px;
    height: 60px;
    padding: 0px;
    padding-left: 70px;
    color: #48a9f9;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease 150ms;
    -o-transition: all 300ms ease 150ms;
    transition: all 300ms ease 150ms;
    /*
                &:after {
                    content: "";
                    width: 0%;
                    height: 2px;
                    background-color: #48a9f9;
                    position: absolute;
                    z-index: -1;
                    bottom: -2px;
                    left: 0px;
                    -webkit-transition: all 300ms ease 300ms;        
                    transition: all 300ms ease 300ms;
                }
                */ }
    @media only screen and (max-width: 768px) {
      body .icon-buttons p a,
      body .icon-text p a {
        font-size: 18px;
        line-height: 20px; } }
    body .icon-buttons p a.blue,
    body .icon-text p a.blue {
      margin-top: -10px; }
      body .icon-buttons p a.blue:hover, body .icon-buttons p a.blue:focus,
      body .icon-text p a.blue:hover,
      body .icon-text p a.blue:focus {
        color: #2c74ae; }
    body .icon-buttons p a.dark-blue,
    body .icon-text p a.dark-blue {
      color: #367fbb; }
    body .icon-buttons p a.black,
    body .icon-text p a.black {
      color: #000; }
    body .icon-buttons p a.purple,
    body .icon-text p a.purple {
      color: #8270b3; }
    body .icon-buttons p a.pink,
    body .icon-text p a.pink {
      color: #ef5573; }
    body .icon-buttons p a.orange,
    body .icon-text p a.orange {
      color: #faa64f; }
    body .icon-buttons p a.green,
    body .icon-text p a.green {
      color: #58bf92; }
    body .icon-buttons p a.gray,
    body .icon-text p a.gray {
      color: #bbbdbf; }
    body .icon-buttons p a.white,
    body .icon-text p a.white {
      color: #fff !important; }
    body .icon-buttons p a.gold,
    body .icon-text p a.gold {
      color: #c2972d; }
    body .icon-buttons p a:hover, body .icon-buttons p a:focus,
    body .icon-text p a:hover,
    body .icon-text p a:focus {
      color: #48a9f9;
      -webkit-transition: all 200ms ease 100ms;
      -o-transition: all 200ms ease 100ms;
      transition: all 200ms ease 100ms;
      /*
                    &:after {
                        background-color: #48a9f9;
                        width: 100%;
                        -webkit-transition: all 300ms ease;        
                        transition: all 300ms ease;
                    }
                    */ }
      body .icon-buttons p a:hover img, body .icon-buttons p a:focus img,
      body .icon-text p a:hover img,
      body .icon-text p a:focus img {
        -webkit-transition: all 200ms ease 100ms;
        -o-transition: all 200ms ease 100ms;
        transition: all 200ms ease 100ms; }
    body .icon-buttons p a img,
    body .icon-text p a img {
      float: left;
      margin-right: 20px;
      margin-bottom: 0;
      margin-left: -5px;
      margin-top: 0px;
      height: auto;
      width: 60px;
      border-radius: 80px;
      opacity: 1;
      -webkit-transition: all 200ms ease 100ms;
      -o-transition: all 200ms ease 100ms;
      transition: all 200ms ease 100ms;
      position: absolute;
      left: 0;
      top: 0; }

body .events-list-holder .tribe-mini-calendar-event {
  border: solid 2px #48a9f9;
  background-color: #fff;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  position: relative;
  z-index: 1; }
  body .events-list-holder .tribe-mini-calendar-event .list-date {
    margin: 0;
    padding: 10px 20px;
    background-color: #48a9f9;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-transform: uppercase;
    font-family: 'GiorgioSansLight', sans-serif;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 28px;
    width: 22%; }
    body .events-list-holder .tribe-mini-calendar-event .list-date .list-dayname {
      background-color: inherit;
      color: inherit;
      font-size: 14px;
      padding: 0; }
    body .events-list-holder .tribe-mini-calendar-event .list-date .list-daynumber {
      font-size: 18px; }
  body .events-list-holder .tribe-mini-calendar-event .list-info {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 20px; }
    body .events-list-holder .tribe-mini-calendar-event .list-info h2 {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 0;
      display: block;
      letter-spacing: 0.5px;
      text-shadow: none;
      font-weight: normal;
      font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
      body .events-list-holder .tribe-mini-calendar-event .list-info h2 a {
        display: block;
        text-shadow: none;
        -webkit-transition: all 300ms ease 350ms;
        -o-transition: all 300ms ease 350ms;
        transition: all 300ms ease 350ms; }
  body .events-list-holder .tribe-mini-calendar-event:after {
    content: "";
    width: 0%;
    height: 100%;
    background-color: #48a9f9;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all 500ms ease 300ms;
    -o-transition: all 500ms ease 300ms;
    transition: all 500ms ease 300ms; }
  body .events-list-holder .tribe-mini-calendar-event:hover .list-info h2 a {
    color: #fff;
    -webkit-transition: all 300ms ease 0ms;
    -o-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms; }
  body .events-list-holder .tribe-mini-calendar-event:hover:after {
    background-color: #48a9f9;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }

body .underline-link,
body .tribe-events-widget-link {
  margin-top: 30px;
  font-family: 'GiorgioSansLight', sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase; }
  body .underline-link.smaller-text,
  body .tribe-events-widget-link.smaller-text {
    font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-transform: capitalize; }
    body .underline-link.smaller-text a,
    body .tribe-events-widget-link.smaller-text a {
      color: #000; }
  body .underline-link a,
  body .tribe-events-widget-link a {
    position: relative;
    color: #48a9f9; }
    body .underline-link a:after,
    body .tribe-events-widget-link a:after {
      content: "";
      width: 100%;
      height: 2px;
      background-color: #48a9f9;
      position: absolute;
      z-index: 1;
      bottom: -10px;
      left: 0px;
      -webkit-transition: all 500ms ease 300ms;
      -o-transition: all 500ms ease 300ms;
      transition: all 500ms ease 300ms; }
    body .underline-link a:hover,
    body .tribe-events-widget-link a:hover {
      color: #2c74ae;
      -webkit-transition: all 200ms ease 0ms;
      -o-transition: all 200ms ease 0ms;
      transition: all 200ms ease 0ms; }
      body .underline-link a:hover:after,
      body .tribe-events-widget-link a:hover:after {
        background-color: #2c74ae;
        width: 0%;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease; }

body .blog-list.vc_grid-container .vc_grid-item {
  padding-bottom: 10px !important; }
  body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c {
    background-color: transparent  !important; }
    body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col {
      padding: 0; }
      body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_date {
        margin-bottom: 10px;
        text-transform: uppercase; }
      body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col .vc_gitem-post-data {
        margin-bottom: 5px; }
      body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h2,
      body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h3,
      body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h4 {
        font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 20px;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 0; }
        body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h2 a,
        body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h3 a,
        body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h4 a {
          color: #58595b;
          display: block;
          -webkit-transition: all 300ms ease 50ms;
          -o-transition: all 300ms ease 50ms;
          transition: all 300ms ease 50ms; }
          body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h2 a strong,
          body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h2 a b,
          body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h3 a strong,
          body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h3 a b,
          body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h4 a strong,
          body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h4 a b {
            color: #48a9f9;
            font-weight: normal; }
          body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h2 a:hover,
          body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h3 a:hover,
          body .blog-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h4 a:hover {
            color: #48a9f9;
            opacity: 1; }

body .block-list.vc_grid-container .vc_grid-item .vc_grid-item-mini {
  background-color: #48a9f9;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  body .block-list.vc_grid-container .vc_grid-item .vc_grid-item-mini:after {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background-color: #2c74ae;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 50%;
    -webkit-transition: all 500ms ease 50ms;
    -o-transition: all 500ms ease 50ms;
    transition: all 500ms ease 50ms; }
  body .block-list.vc_grid-container .vc_grid-item .vc_grid-item-mini:hover {
    color: #fff;
    -webkit-transition: all 500ms ease 50ms;
    -o-transition: all 500ms ease 50ms;
    transition: all 500ms ease 50ms; }
    body .block-list.vc_grid-container .vc_grid-item .vc_grid-item-mini:hover:after {
      background-color: #2c74ae;
      width: 50%;
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }

body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-a {
  height: 100%; }
  body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-a .vc_gitem-col {
    text-align: center; }
    body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-a .vc_gitem-col .vc_gitem-acf.tag-label {
      background-color: #48a9f9;
      color: #fff;
      text-transform: uppercase;
      border: solid 2px #fff;
      padding: 10px 30px;
      display: inline-block; }
      body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-a .vc_gitem-col .vc_gitem-acf.tag-label:empty {
        display: none; }

body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c {
  background-color: transparent  !important; }
  body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col {
    padding: 30px;
    padding-top: 50px; }
    body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_date {
      margin-bottom: 10px;
      text-transform: uppercase; }
    body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h2,
    body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h3,
    body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h4 {
      font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 20px;
      line-height: 26px;
      margin: 0; }
      body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h2 a,
      body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h3 a,
      body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h4 a {
        color: #fff;
        display: block;
        -webkit-transition: all 300ms ease 50ms;
        -o-transition: all 300ms ease 50ms;
        transition: all 300ms ease 50ms; }
        body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h2 a strong,
        body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h2 a b,
        body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h3 a strong,
        body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h3 a b,
        body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h4 a strong,
        body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h4 a b {
          color: #000;
          font-weight: normal; }
        body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h2 a:hover,
        body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h3 a:hover,
        body .block-list.vc_grid-container .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col h4 a:hover {
          color: #fff;
          opacity: 1; }

body .block-list.vc_grid-container .vc_grid-item:nth-child(2) .vc_gitem-animated-block {
  float: right;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

body .block-list.vc_grid-container .vc_grid-item:nth-child(2) .vc_grid-item-mini:after {
  left: 0%; }

body .tags-list-holder .tag-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
  width: 100%; }
  body .tags-list-holder .tag-holder a {
    background-color: #fff;
    text-align: center;
    border: solid 2px #48a9f9;
    padding: 14px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 30px;
    position: relative;
    z-index: 1;
    display: block;
    display: -webkit-inline-box;
    height: 62px; }
    body .tags-list-holder .tag-holder a:after {
      content: "";
      width: 0%;
      height: 100%;
      background-color: #48a9f9;
      position: absolute;
      z-index: -1;
      top: 0px;
      left: 0px;
      -webkit-transition: all 300ms ease 50ms;
      -o-transition: all 300ms ease 50ms;
      transition: all 300ms ease 50ms; }
    body .tags-list-holder .tag-holder a:hover, body .tags-list-holder .tag-holder a:focus {
      color: #fff;
      -webkit-transition: all 300ms ease 100ms;
      -o-transition: all 300ms ease 100ms;
      transition: all 300ms ease 100ms; }
      body .tags-list-holder .tag-holder a:hover:after, body .tags-list-holder .tag-holder a:focus:after {
        background-color: #48a9f9;
        width: 100%;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }

body .tags-list-holder.wpb_text_column :last-child {
  margin-bottom: 10px; }

body .members-holder {
  /*
        -webkit-animation: mymove; 
        -webkit-animation-duration: 5s;
        -webkit-animation-delay: 5s;
        animation: mymove;
        animation-duration: 5s;
        animation-delay: 5s;
        height: 0px;
        */
  display: table;
  width: 100%; }
  body .members-holder .vc_slide.vc_images_carousel {
    width: 100% !important; }
    body .members-holder .vc_slide.vc_images_carousel .vc_carousel-inner {
      border: solid 1px #929497;
      width: 90%;
      margin: auto; }
      body .members-holder .vc_slide.vc_images_carousel .vc_carousel-inner .vc_item {
        display: table; }
        body .members-holder .vc_slide.vc_images_carousel .vc_carousel-inner .vc_item .vc_inner {
          text-align: center;
          display: table-cell;
          vertical-align: middle;
          padding: 30px; }
          body .members-holder .vc_slide.vc_images_carousel .vc_carousel-inner .vc_item .vc_inner img {
            max-height: 150px;
            height: auto;
            width: auto;
            margin: auto; }
    body .members-holder .vc_slide.vc_images_carousel .vc_carousel-control {
      text-shadow: none;
      color: #48a9f9; }
      body .members-holder .vc_slide.vc_images_carousel .vc_carousel-control .icon-prev,
      body .members-holder .vc_slide.vc_images_carousel .vc_carousel-control .icon-next {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
        font-size: 50px; }
      body .members-holder .vc_slide.vc_images_carousel .vc_carousel-control .icon-prev:before {
        content: "⥢"; }
      body .members-holder .vc_slide.vc_images_carousel .vc_carousel-control .icon-next:before {
        content: "⥤"; }
  body .members-holder div {
    width: 18%;
    margin-right: 2%;
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    body .members-holder div img {
      width: auto;
      max-width: 200px;
      max-height: 150px;
      padding: 10px; }
    @media only screen and (max-width: 768px) {
      body .members-holder div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }

@-webkit-keyframes mymove {
  from {
    height: 0px; }
  to {
    height: 200px; } }

@keyframes mymove {
  from {
    height: 0px; }
  to {
    height: 200px; } }

body #at4-share.atss .at-share-btn {
  border-radius: 50px;
  margin-bottom: 10px;
  margin-left: 10px; }
  body #at4-share.atss .at-share-btn .at-icon-wrapper {
    background-color: #48a9f9 !important; }
  body #at4-share.atss .at-share-btn:hover .at-icon-wrapper {
    background-color: #2c74ae !important; }

/********************* FOOTER *****/
#footer {
  background-color: #e6e7e8;
  color: #58595b; }

.brand-logos {
  background: #f1f2f2;
  padding: 30px 0;
  z-index: 5;
  position: relative; }
  .brand-logos .owl-carousel-1 {
    padding: 0 100px; }
  .brand-logos .item-wrapper {
    padding: 20px 100px;
    border-right: 1px solid white; }

.footer-wrapper {
  padding: 50px 0px;
  margin: auto;
  width: 1000px; }
  @media only screen and (max-width: 1100px) {
    .footer-wrapper {
      padding: 50px 35px; } }

.copyright {
  color: #8c8e90;
  background-color: #fff; }
  @media only screen and (max-width: 768px) {
    .copyright .textwidget h3 {
      padding-left: 20px;
      text-align: left !important; } }
  .copyright .footer-wrapper {
    padding: 25px 0px; }
    @media only screen and (max-width: 1100px) {
      .copyright .footer-wrapper {
        padding: 25px 35px; } }
  .copyright a {
    color: #000; }
    .copyright a:hover {
      text-decoration: underline; }
  .copyright .social {
    padding: 0;
    margin-left: -15px; }
  .copyright .social li {
    display: inline-block;
    margin-left: 4px; }
    .copyright .social li a {
      display: block;
      border-radius: 50%;
      color: #fff;
      width: 40px;
      height: 40px;
      position: relative; }
      .copyright .social li a:hover img {
        opacity: 0.7; }
  .copyright .text-right {
    padding-right: 0; }
  .copyright p {
    margin-bottom: 5px; }
  .copyright .subfooter-menu a {
    margin-right: 30px; }

.widget .widget-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000;
  text-transform: capitalize; }

.widget .widget-content {
  color: #58595b; }
  .widget .widget-content p {
    margin-bottom: 0; }
  .widget .widget-content ul {
    margin: 0;
    padding: 0; }
  .widget .widget-content ul li {
    list-style: none; }
  .widget .widget-content ul li a {
    color: #58595b; }
  .widget .widget-content ul li a:hover {
    color: #000;
    text-decoration: underline; }
  .widget .widget-content a:hover {
    color: #000; }

.newsletter-form {
  margin-top: 15px; }

.newsletter-form:before {
  content: " ";
  display: table; }

.newsletter-form:after {
  content: " ";
  display: table;
  clear: both; }

.newsletter-form input[type=email] {
  background-color: #f2f2f2;
  margin: 0;
  float: left;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 0;
  width: 230px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 40px;
  padding: 0 15px; }

.newsletter-form div {
  background-color: #48a9f9;
  background-image: url("../images/right-arrow@2x.png");
  background-repeat: no-repeat;
  background-size: 10px 19px;
  background-position: center;
  float: left;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 0;
  width: 40px;
  height: 40px; }

a.subscribe-now {
  position: relative;
  display: block;
  border: 1px solid #e1e1e1;
  height: 54px;
  line-height: 40px;
  font-size: 16px;
  color: #999;
  padding: 6px 0 0 52px;
  margin: 15px auto 0 0;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600; }

a.subscribe-now:hover {
  color: #48a9f9; }

.subscribe-now:before {
  content: "";
  position: absolute;
  background-color: #48a9f9;
  background-image: url("../images/right-arrow@2x.png");
  background-repeat: no-repeat;
  background-size: 18px 26px;
  background-position: center;
  height: 52px;
  width: 48px;
  right: 0;
  top: 0; }

.newsletter-form div:hover {
  cursor: pointer; }

.widget_nav_menu ul {
  margin: 0;
  padding: 0; }

.widget_nav_menu .sub-menu {
  display: block; }

.widget_nav_menu ul li a {
  display: block; }

.widget_nav_menu ul li:last-child a {
  /*margin: 0;
        padding: 0;
        border: 0;*/ }

#footer .menu-primary-menu-container li a {
  display: none; }

#footer .menu-primary-menu-container li.menu-item-46 > a,
#footer .menu-primary-menu-container li.menu-item-206 > a,
#footer .menu-primary-menu-container li.menu-item-209 > a,
#footer .menu-primary-menu-container li.menu-item-208 > a,
#footer .menu-primary-menu-container li.menu-item-207 > a {
  display: inline-block; }

/*******************/
.owl-carousel .owl-item img {
  height: auto; }

.owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 28px; }

.owl-dots .owl-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #474747;
  border-radius: 50%;
  margin: 0 5px; }

.owl-dots .owl-dot.active {
  border: 1px solid #013c2c;
  background: #e1e1e1; }

/*******************/
.main-wrapper {
  padding: 70px 0 35px; }
  .main-wrapper.home-page {
    padding-top: 0;
    padding-bottom: 0; }
    .main-wrapper.home-page h1 {
      position: relative;
      margin-top: 0;
      margin-bottom: 20px;
      display: inline-block; }
      .main-wrapper.home-page h1:after {
        content: "";
        width: 60px;
        height: 2px;
        background-color: #48a9f9;
        position: absolute;
        left: calc( 100% + 20px);
        top: 47%; }

.text-20 p,
.text-20 ul,
.text-20 ol {
  font-size: 18px;
  line-height: 22px; }

.main-wrapper.wdc-page,
.main-wrapper.wdip-page {
  padding-bottom: 80px; }

.wpb_column .wpb_wrapper .title-block,
.title-block {
  margin-bottom: 35px; }

.title-block .title {
  font-size: 48px;
  margin: 0 0 25px; }

.title-block .title.line-after {
  margin: 0; }

.page-first-title:after,
.title-block .title.line-after:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-top: 2px solid #48a9f9;
  width: 85px;
  margin-left: 10px; }

.title-block.text-left .title.line-after:after {
  margin-left: 0; }

.title-block p {
  color: #2c2b2b;
  font-size: 16px; }

.block-image {
  /*margin-top: 30px;*/
  margin-bottom: 30px; }

.block-image.border {
  border: 1px solid #f2f2f2; }

.block-image h3 {
  font-size: 20px;
  margin: 30px 0 25px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  text-transform: none; }

.block-image h3 a {
  color: #4d4c4c; }

.block-image h3 a:hover {
  color: #48a9f9; }

.block-image img {
  max-width: 100%;
  width: 100%; }

/********************/
.wpb_column .wpb_wrapper .block-image-content,
.block-image-content {
  margin-bottom: 50px; }

.block-image-content h3 {
  font-size: 20px;
  margin: 50px 0 40px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  text-transform: none; }

.block-image-content h3 a {
  color: #000; }

.block-image-content h3 a:hover {
  color: #48a9f9; }

.block-image-content img {
  width: 100%;
  height: auto; }

.wpb_single_image h2.wpb_singleimage_heading {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-size: 30px; }

.history-block {
  background-image: url("../images/history-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
  margin-bottom: 35px;
  padding-top: 80px;
  padding-bottom: 100px; }

.page-about .history-block .wpb_wrapper {
  padding: 0 25px; }

.history-block h3 {
  font-size: 36px;
  margin: 0 0 40px; }

.history-block .wrapper-l {
  padding-right: 30px; }

.history-block .wrapper-r {
  padding-left: 30px; }

.team-list {
  margin-bottom: 90px; }

.team-list .title-block {
  margin-top: 30px;
  margin-bottom: 40px; }

.team-member {
  margin-top: 30px; }

.team-member img {
  width: 100%;
  height: auto; }

.services-list-icon {
  background: url("../images/services-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 100px; }

.page-about .services-list-icon .vc_column_container:nth-of-type(1) .service-item {
  padding-left: 25px; }

.page-about .services-list-icon .vc_column_container:nth-of-type(2) .service-item {
  padding-right: 25px; }

.service-item {
  margin-bottom: 30px; }

.service-item:before {
  content: " ";
  display: table; }

.service-item:after {
  content: " ";
  display: table;
  clear: both; }

.service-item h4 {
  font-size: 22px;
  margin: 0 0 15px; }

.service-item .l-icon {
  margin-right: 25px;
  float: left;
  vertical-align: top;
  width: 50px; }

.service-item .s-content {
  width: -webkit-calc(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: calc(100% - 75px);
  float: left; }

.service-item .l-icon span {
  display: inline-block;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  text-align: center;
  background-color: #48a9f9;
  background-position: center;
  background-repeat: no-repeat; }

.service-item .l-icon span.icon-lock {
  background-image: url("../images/lock-icon.png"); }

.service-item .l-icon span.icon-bus {
  background-image: url("../images/bus-icon.png"); }

.service-item .l-icon span.icon-shield {
  background-image: url("../images/shield-icon.png"); }

.service-item .l-icon span.icon-rain-cloud {
  background-image: url("../images/rain-cloud-icon.png"); }

.service-item .l-icon span.icon-flower {
  background-image: url("../images/flower-icon.png"); }

.service-item .l-icon span.icon-chat-bubbles {
  background-image: url("../images/chat-bubbles-icon.png"); }

.testimonials {
  padding: 0px; }

.page-about .testimonials {
  padding-left: 25px;
  padding-right: 50px; }

.testimonials .testi-content {
  font-size: 24px;
  padding-top: 20px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600; }

.latest-posts {
  margin-bottom: 35px; }

.latest-posts > h3 {
  margin: 0 0 50px;
  font-size: 36px; }

.latest-posts .entry-summary {
  border: 1px solid #f1f2f2;
  background: #fbfbfb;
  padding: 30px 25px 75px; }

.latest-posts .entry-summary .entry-title h4 {
  margin: 20px 0;
  font-size: 18px; }

.latest-posts .entry-summary .entry-title h4 a {
  color: #333; }

.latest-posts .entry-summary .entry-title h4 a:hover {
  color: #48a9f9; }

.latest-posts .entry-summary .entry-short-description {
  margin: 0; }

.latest-posts .entry-meta {
  font-size: 12px;
  color: #2c2b2b; }

.latest-posts .entry-meta .date {
  padding-left: 5px;
  border-left: 1px solid #939393;
  margin-left: 1px; }

/**********************/
.title-icon-wrapper {
  margin-bottom: 30px;
  padding-right: 30px; }

.title-icon-wrapper h4 {
  font-size: 19px;
  margin-bottom: 20px; }

.title-icon-wrapper img {
  margin-right: 10px; }

.widd-content {
  margin-top: 75px;
  margin-bottom: 75px;
  padding-top: 70px;
  padding-bottom: 70px; }

.widd-annually-item:before {
  content: " ";
  display: table; }

.widd-annually-item:after {
  content: " ";
  display: table;
  clear: both; }

.widd-annually-item {
  margin-bottom: 70px; }

.widd-annually-item .left {
  width: 113px;
  margin-right: 22px; }

.widd-annually-item .right {
  width: -webkit-calc(100% - 136px);
  width: -moz-calc(100% - 136px);
  width: calc(100% - 136px);
  padding-right: 25px; }

.widd-annually-item .right p {
  font-size: 13px; }

.widd-annually-item .year-meta {
  display: block;
  font-size: 36px;
  font-weight: 400;
  color: #fafafa;
  padding: 10px 9px;
  line-height: 1;
  text-align: center; }

.widd-annually-item .right h4 {
  margin: 0 0 10px; }

.widd-content .title {
  margin-top: 35px; }

.widd-content .title-block p {
  margin-bottom: 30px; }

/** loading **/
.ajax-loading {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden; }

.ajax-loading.showing {
  opacity: 1;
  visibility: visible; }

.spinner {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #48a9f9;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/** login **/
.login-form td {
  padding: 10px 15px 10px 0; }

.btn-submit {
  background-color: #48a9f9;
  border-radius: 0;
  color: #fff; }

/** membership listings **/
ul#members-listing .members-listing-wrapper {
  border: 1px solid #B3B3B3;
  margin-bottom: 15px;
  word-break: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

ul#members-listing .title {
  text-transform: uppercase;
  background-color: #D4D4D4;
  padding: 15px;
  cursor: pointer; }

ul#members-listing dl.content {
  padding: 15px 15px 0 15px;
  display: none; }

ul#members-listing dl.content a {
  display: block; }

ul#members-listing dl.content dd {
  margin-bottom: 15px; }

ul#members-listing dl.content dd .member-title {
  font-style: italic; }

.world-line {
  background: #f1f2f2; }

.world-line > div {
  background: url("../images/world.png") no-repeat;
  background-position: 95% 50%;
  padding: 70px 15px 95px; }

.world-line p {
  font-size: 16px;
  margin-bottom: 20px; }

.btn.btn-icsid {
  background: #48a9f9;
  background-image: url("../images/icon-arrow-light-right@2x.png");
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: 92% 50%;
  border: 0;
  border-radius: 0;
  color: #fff;
  position: relative;
  padding: 8px 40px 8px 20px;
  font-weight: 600;
  font-size: 16px; }

#members-listing,
.member-type-container,
.location-select {
  margin-bottom: -30px; }

.continents-row {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

.continent-item {
  position: static;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -1px; }

.continent-item:nth-child(3n+1) {
  clear: left; }

.continent-item .coll-header {
  border: 1px solid #e6e7e8;
  border-left: 0; }

.continent-item:nth-child(3n) .coll-header {
  border-right: 0; }

.continent-item:nth-child(3n+1) .coll-header {
  border-left: 0;
  clear: left; }

.continent-item:nth-child(1) .coll-header {
  border-top: 0; }

.continent-item .coll-content {
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0; }

.continent-item.act > .coll-content {
  display: block; }

.continent-item .coll-header {
  height: 210px;
  width: 400px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 140px;
  position: relative; }

.continent-item.act .coll-header {
  border-bottom: 1px solid transparent; }

.continent-item .coll-header:hover {
  cursor: pointer; }

.continent-item .coll-header:before {
  content: "+";
  position: absolute;
  top: 105px;
  margin-top: -21px;
  right: 45px;
  font-size: 30px;
  font-weight: 400; }

.continent-item.act .coll-header:before {
  content: "_";
  margin-top: -33px;
  font-size: 28px; }

.continent-item.africa .coll-header {
  background: url("../images/africa.png") no-repeat;
  background-position: 0 50%;
  background-size: 129px; }

.continent-item.africa.act .coll-header {
  background: url("../images/africa_blue.png") no-repeat;
  background-position: 0 50%;
  background-size: 129px; }

.continent-item.europe .coll-header {
  background: url("../images/europe.png") no-repeat;
  background-position: 30px 50%;
  padding-left: 190px;
  background-size: 158px; }

.continent-item.europe.act .coll-header {
  background: url("../images/europe_blue.png") no-repeat;
  background-position: 30px 50%;
  background-size: 158px; }

.continent-item.asia .coll-header {
  background: url("../images/asia.png") no-repeat;
  background-position: 25px 50%;
  padding-left: 197px;
  background-size: 183px; }

.continent-item.asia.act .coll-header {
  background: url("../images/asia_blue.png") no-repeat;
  background-position: 25px 50%;
  background-size: 183px; }

.continent-item.south-america .coll-header {
  background: url("../images/south_america.png") no-repeat;
  background-position: 0 50%;
  background-size: 129px; }

.continent-item.south-america.act .coll-header {
  background: url("../images/south_america_blue.png") no-repeat;
  background-position: 0 50%;
  background-size: 129px; }

.continent-item.north-america .coll-header {
  background: url("../images/north_america.png") no-repeat;
  background-position: 25px 50%;
  padding-left: 185px;
  background-size: 172px; }

.continent-item.north-america.act .coll-header {
  background: url("../images/north_america_blue.png") no-repeat;
  background-position: 25px 50%;
  background-size: 172px; }

.continent-item.oceania .coll-header {
  background: url("../images/oceania.png") no-repeat;
  background-position: 15px 50%;
  padding-left: 190px;
  background-size: 206px; }

.continent-item.oceania.act .coll-header {
  background: url("../images/oceania_blue.png") no-repeat;
  background-position: 15px 50%;
  background-size: 206px; }

.continent-item .coll-header h2 {
  margin: 0;
  display: inline-block;
  max-width: 100px;
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase; }

.continent-item .coll-content {
  padding: 40px 0 40px; }

.continent-item .coll-content .container {
  padding-left: 35px;
  padding-right: 35px; }

.continent-item .coll-content h4 {
  font-size: 30px;
  color: #232020;
  margin-bottom: 5px; }

.continent-item .coll-content ul {
  margin: 0;
  padding: 0; }

.continent-item .coll-content li {
  list-style: none;
  font-size: 15px;
  line-height: 1.3; }

.continent-item .coll-content li a {
  color: #00aeef; }

.continent-item .coll-content li a:hover {
  color: #48a9f9; }

.member-sortby {
  background: #f1f2f2;
  padding: 15px 0;
  font-size: 16px; }

.member-sortby .search_member_type_wrapper {
  display: inline-block;
  position: relative; }

.member-sortby select {
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  width: 155px; }

.member-sortby select::-ms-expand {
  display: none; }

.member-sortby .search_member_type_wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  top: 9px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #48a9f9; }

.member-sortby select:focus {
  outline: none; }

.member-type-container .coll-header {
  padding-left: 0;
  text-align: center; }

.member-type-container .coll-header h2 {
  max-width: none; }

.member-type-container .coll-header:before {
  right: 55px; }

.member-item {
  margin-bottom: 10px; }

.member-item:nth-child(3n+1) {
  clear: left; }

.member-item.act .member-coll-content {
  display: block;
  margin-top: 15px; }

.member-title-header {
  display: block;
  position: relative;
  padding-right: 15px; }

.member-title-header:before {
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0;
  top: 15%; }

.member-item .member-title-header:hover,
.member-item.act .member-title-header {
  color: #48a9f9;
  cursor: pointer; }

.member-item.act .member-title-header:before {
  content: "\f0d7"; }

.member-coll-content {
  display: none; }

.member-coll-content .member-info {
  background: #F7F7F7;
  padding: 20px; }

.member-coll-content .member-info dl {
  margin-top: 15px;
  margin-bottom: 0; }

.member-coll-content .member-info dl.inline-block dt,
.member-coll-content .member-info dl.inline-block dd {
  display: inline-block; }

.member-logo {
  padding: 20px;
  background: #FFFFFF; }

.member-logo img {
  width: auto;
  max-height: 100px; }

.sortby-select {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  /*-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);*/
  display: none; }

.sortby-select.showing {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.member-sortby .sorting {
  padding: 5px 0; }

#member-search input {
  border: none;
  padding: 5px 10px; }

#member-search input.btn {
  background-image: none;
  padding: 0 35px;
  height: 34px;
  vertical-align: top; }

.member-search-result .coll-content {
  opacity: 0;
  visibility: hidden; }

.member-search-result.loaded .coll-content {
  opacity: 1;
  visibility: visible; }

/** membership listings end **/
/** media gallery **/
.page-first-title {
  margin-bottom: 55px; }

.page-second-title {
  margin-top: 35px;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 400; }

.media-gallery-container {
  background-color: #cfcfcf;
  padding: 10px 0 0; }

.album-gallery-photos .row > div:nth-child(4n+1),
.media-gallery-container .row > div:nth-child(4n+1) {
  clear: left; }

.album-gallery-photos > .container-fluid,
.media-gallery-container > .container-fluid {
  padding-left: 10px;
  padding-right: 10px; }

.album-gallery-photos .row,
.media-gallery-container .row {
  margin-left: -5px;
  margin-right: -5px; }

.album-photos-container,
.album-container {
  padding: 0 5px;
  overflow: hidden; }

.album-container .album-item {
  position: relative;
  display: block;
  margin-bottom: 10px; }

.album-container img {
  width: 100%; }

.album-container h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  margin: 0;
  height: 100%;
  display: table; }

.album-container h2 a {
  color: #fff;
  display: table-cell;
  vertical-align: bottom;
  padding: 35px 0; }

.album-container .bg-layer {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.album-container:hover .bg-layer {
  background: rgba(0, 0, 0, 0.1); }

.album-gallery-photos {
  padding-bottom: 65px; }

.media-gallery-page .relative {
  overflow: hidden; }

.media-gallery-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 105%;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  overflow: hidden;
  margin: -1%; }

.album-photos-container form {
  border: 1px solid #f2f2f2;
  margin-bottom: 10px; }

.album-photos-container img {
  width: 100%; }

.album-photos-container .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(45%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, black 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(45%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */ }

.album-photos-container .select-res {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding-left: 20px; }

.album-photos-container .select-res input {
  vertical-align: top;
  display: none; }

.album-photos-container .select-res label {
  font-weight: 400;
  width: 100%; }

.album-photos-container .select-res label {
  background: url("../images/select-box@2x.png") no-repeat;
  background-size: 20px;
  background-position: 0;
  padding-left: 30px;
  margin-bottom: 10px; }

.album-photos-container .select-res input:checked + label.radio-label {
  background: url("../images/selected-box@2x.png") no-repeat;
  background-size: 20px;
  background-position: 0; }

.album-photos-container .select-res label span {
  text-transform: uppercase; }

.album-photos-container .submit-container {
  padding: 10px 20px;
  background: #fff; }

.album-photos-container .submit-container input {
  background: #48a9f9;
  background-image: url("../images/icon-arrow-light-right@2x.png");
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: 92% 50%;
  border: 0;
  border-radius: 0;
  color: #fff;
  position: relative;
  padding: 8px 40px 8px 20px;
  font-weight: 400; }

/** media gallery end **/
/** regular photo gallery **/
.grid-project-items .row,
.project-photos-gallery .row,
.regular-photo-gallery-container .row {
  margin-left: -5px;
  margin-right: -5px; }

.grid-project-items .row > div,
.project-photos-gallery .row > div,
.regular-photo-gallery-container .row > div {
  padding-left: 5px;
  padding-right: 5px; }

.grid-project-items .row > div:nth-child(5n+1),
.project-photos-gallery .row > div:nth-child(5n+1),
.regular-photo-gallery-container .row > div:nth-child(5n+1) {
  clear: left; }

.grid-project-items .grid-project-item,
.regular-photo-item {
  margin-bottom: 10px;
  overflow: hidden; }

.regular-photo-item a {
  display: block;
  text-align: center; }

.regular-photo-item img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.regular-photo-item:hover img {
  opacity: 0.9; }

#pagination {
  display: none; }

#infscr-loading {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 25px; }

#infscr-loading:before {
  content: "";
  background: url("../images/loading.gif") no-repeat;
  display: block;
  height: 32px;
  width: 32px;
  margin-left: auto;
  margin-right: auto; }

#infscr-loading img,
#infscr-loading div {
  display: none !important; }

.go-back {
  color: #fff;
  background: url("../images/back-icon.png") no-repeat;
  background-size: 22px;
  background-position: left center;
  padding-left: 35px;
  border-right: 1px solid #fff;
  padding-right: 15px;
  margin-right: 15px; }

.go-back:hover, .go-back:focus, .go-back:visited {
  color: #fff;
  opacity: 0.8; }

/** regular photo gallery end **/
/** single project **/
.single-project-main {
  padding: 30px 0; }

/** custom grid width **/
@media (min-width: 992px) {
  .single-project-main .project-md-4 {
    width: 30.333333%; }
  .single-project-main .project-md-2 {
    width: 21.666667%; }
  .single-project-main .project-md-6 {
    width: 48%; }
  .single-project-main .project-md-5 {
    width: 43.666667%; } }

/** custom grid width end **/
.gray-content-box {
  padding: 30px;
  background: #f7f7f7;
  margin-bottom: 30px; }

.gray-content-box.content-wrapper {
  padding-top: 55px;
  font-size: 16px; }

.single-project-main .content-wrapper .wpb_row {
  margin-bottom: 10px; }

.gray-content-box.title-wrapper h1 {
  font-size: 30px;
  margin-bottom: 20px; }

.gray-content-box.title-wrapper ul {
  margin: 0;
  padding: 0; }

.gray-content-box.title-wrapper li {
  list-style: none; }

.gray-content-box.title-wrapper li small {
  font-size: 13px; }

.gray-content-box.title-wrapper li p {
  font-size: 16px;
  word-wrap: break-word; }

.gray-content-box.social h4 {
  margin-top: 5px; }

.project-logo {
  margin-top: 20px; }

.single-project-main .videos-photos h2 {
  margin: 5px 0;
  font-size: 24px; }

.videos-photos iframe {
  width: 100% !important; }

.social-sharing {
  margin: 0;
  padding: 0; }

.social-sharing li {
  list-style: none;
  display: inline-block;
  margin-right: 10px; }

.social-sharing li:last-child {
  margin-right: 0; }

.social-sharing li a {
  display: block;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding-top: 3px; }

.social-sharing li a.facebook {
  background: #004aa6; }

.social-sharing li a.twitter {
  background: #00ccff; }

.social-sharing li a.googleplus {
  background: #ff3333; }

.social-sharing li a.pinterest {
  background: #cc0000; }

/** single project end **/
.table-padding td {
  vertical-align: top;
  padding: 15px; }

input.searchborder {
  border: 1px solid #e1e1e1 !important;
  outline: none; }

.ceb-sm-1 {
  width: 11.333333%; }

.ceb-sm-2 {
  margin-left: -17px;
  margin-right: -17px; }

.ceb-sm-3 {
  width: 72%; }

/* search results */
body.search-results h1.title {
  text-align: center; }

body.search-results ul.search-list h3 a {
  color: #000; }

body.search-results ul.search-list h3 a:hover,
body.search-results ul.search-list h3 a:focus {
  color: #48a9f9; }

/* search results end */
/* VC accordion overrides */
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  font-size: 15px;
  background-color: transparent;
  border: 1px solid #e6e7e8; }

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active .ui-accordion-header-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  background-image: url(../images/toggle_open.png);
  width: 23px;
  height: 13px; }

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding-right: 35px; }

/* VC accordion overrides end */
/* Mailchimp popup */
.button {
  border-radius: 0px; }

/* Mailchimp popup end*/
@media screen and (max-width: 767px) {
  .home-about,
  .vc_custom_1521024551315 {
    padding-top: 0px !important; } }

/*CUSTOM CSS EVENTS */
.tribe-events-filters-label,
#tribe_events_filters_toggle,
#tribe_events_filters_reset {
  font-size: 14px !important; }

#tribe_events_filters_form {
  padding: 15px 0 0 5px !important; }

.tribe-events-filters-group-heading {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 0 10px !important; }

.tribe-events-list-event-title a {
  color: #000 !important;
  font-size: 30px;
  font-family: GiorgioSansLight;
  letter-spacing: 1px;
  font-weight: 600 !important; }

.tribe-events-loop .tribe-events-content {
  padding: 15px 0 !important; }

.tribe-events-event-details {
  background: #eee !important; }

.tribe-events-list-event-title {
  margin-bottom: 0 !important; }

.tribe-events-venue-details {
  font-style: normal !important;
  margin: 5px 0 10px 0 !important; }

.webiste a, .pdf a, .event-cat a, .tribe-events-venue-details a {
  color: #000 !important; }

.event-cat > div {
  display: inline-block;
  float: left;
  color: rgba(0, 0, 0, 0.9);
  padding-right: 5px; }

.event-cat {
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.9); }

.event-cat ul {
  list-style: none; }

.tribe-events-list .tribe-events-loop .tribe-event-featured {
  padding-bottom: 45px !important; }

.tribe-event-schedule-details {
  font-weight: 700;
  color: #333333; }

.tribe-events-filter-view .tribe-events-page-title, .tribe-events-title-bar a {
  color: #48a9f9; }

.tribe-events-title-bar a:hover {
  color: #48a9f9; }

.tribe-events-list .quicknote {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px; }

#tribe_events_filters_wrapper.tribe-events-filters-horizontal {
  margin: -1.5em 0 0.5em !important; }

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
  color: #000; }

/*-----------------------------*/
/***** TEXT EFFECT *****/
/*-----------------------------*/
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left; }

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  font-weight: bold;
  left: 0;
  top: 0; }

.cd-words-wrapper b.is-visible {
  position: relative; }

.no-js .cd-words-wrapper b {
  opacity: 0; }

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1; }

.cd-headline.clip span {
  display: inline-block; }

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
  color: #48a9f9; }

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #48a9f9; }

.cd-headline.clip b {
  opacity: 0; }

.cd-headline.clip b.is-visible {
  opacity: 1; }

@media screen and (max-width: 991px) {
  .cd-headline.clip .cd-words-wrapper {
    color: #fff; }
  .cd-headline.clip .cd-words-wrapper::after {
    background-color: #fff; } }

.addthis-smartlayers {
  display: none;
  opacity: 0;
  visibility: hidden; }

/*-----------------------------*/
/***** Social Icons *****/
/*-----------------------------*/
.social-icons {
  position: fixed;
  left: 20px;
  top: calc( 40vw - 80px);
  z-index: 100000;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  .social-icons.scrolling {
    top: 150px; }
  @media screen and (max-width: 1200px) {
    .social-icons {
      display: none; } }
  .social-icons .main-image {
    width: 60px; }
  .social-icons .round-icon {
    background-color: #48a9f9;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .social-icons .round-icon img {
      width: 60px; }
    .social-icons .round-icon:hover {
      opacity: 0.8; }
  .social-icons .social-icons-holder {
    width: 460px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
    margin-left: -400px;
    -webkit-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    transition: all 500ms ease 500ms; }
    .social-icons .social-icons-holder .round-icon {
      float: left;
      margin-right: 20px; }
    .social-icons .social-icons-holder:hover {
      margin-left: 0px;
      -webkit-transition: all 500ms ease 100ms;
      -o-transition: all 500ms ease 100ms;
      transition: all 500ms ease 100ms; }

.IATS_Div {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  padding: 0 !important;
  border: none !important; }
  .IATS_Div .IATS_EventTitle {
    font-family: 'GiorgioSansLight', sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .IATS_Div .IATS_EventTitle {
        font-size: 34px;
        line-height: 34px; } }
  .IATS_Div .IATS_AmountSectionTitle,
  .IATS_Div .IATS_PaymentSectionTitle {
    color: #48a9f9;
    font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .IATS_Div label.IATS_PaymentLabelOnTop {
    font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
  .IATS_Div div.IATS_AmountItemDiv {
    padding: 13px 0 !important; }
    .IATS_Div div.IATS_AmountItemDiv .IATS_NewAmountListItem {
      margin-right: 5px !important; }
  .IATS_Div div.IATS_PaymentItemDiv {
    margin: 0;
    width: 48%; }
  .IATS_Div input,
  .IATS_Div select {
    background-color: #daeefe !important;
    border: solid 1px #e6e7e8 !important; }
  .IATS_Div button.IATS_Action {
    background-color: #48a9f9;
    color: #fff; }
    .IATS_Div button.IATS_Action:hover {
      background-color: #337ab7;
      color: #fff; }

.alm-listing {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.blog-page.hot-topics .category-tags-holder {
  position: relative; }
  @media screen and (max-width: 480px) {
    .blog-page.hot-topics .category-tags-holder {
      background-color: #f5f5f5;
      margin-left: 15px;
      margin-right: 15px;
      padding: 5px; } }

.blog-page.hot-topics .category-list {
  background-color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 0; }
  .blog-page.hot-topics .category-list li {
    margin-bottom: 0;
    line-height: 40px;
    padding: 0;
    border: none; }
    @media screen and (max-width: 480px) {
      .blog-page.hot-topics .category-list li {
        border-right: none;
        border-bottom: solid 1px #e6e7e8; } }
    .blog-page.hot-topics .category-list li a {
      padding: 5px 20px;
      color: #000;
      font-weight: normal;
      font-family: Helvetica, Arial, "Lucida Grande", sans-serif; }
      .blog-page.hot-topics .category-list li a.active {
        font-weight: 600; }
      .blog-page.hot-topics .category-list li a:hover {
        color: #48a9f9; }

.blog-page.hot-topics select.tag-list {
  width: 100%;
  height: 40px;
  margin-left: 0;
  background-color: #f5f5f5;
  border: none;
  border-bottom: solid 1px #e5e5e5;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold !important; }
  .blog-page.hot-topics select.tag-list option {
    font-weight: normal !important; }
  .blog-page.hot-topics select.tag-list option:checked {
    font-weight: bold !important; }
  @media screen and (min-width: 990px) {
    .blog-page.hot-topics select.tag-list {
      position: absolute;
      right: 20px;
      top: 5px;
      width: 220px;
      line-height: 50px;
      height: 40px;
      background-color: transparent; } }

.blog-page.hot-topics .posts-container .alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 768px) {
  .blog-page.hot-topics .posts-container .post-item {
    width: 50%; } }

@media screen and (max-width: 480px) {
  .blog-page.hot-topics .posts-container .post-item {
    width: 100%; } }

.blog-page.hot-topics .posts-container .post-item .post-holder {
  background-color: #eeeeee;
  padding-bottom: 75px;
  height: 100%;
  position: relative;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  float: left; }
  .blog-page.hot-topics .posts-container .post-item .post-holder:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
  .blog-page.hot-topics .posts-container .post-item .post-holder.wdo-member:after {
    background-color: #48a9f9;
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -5px; }

.blog-page.hot-topics .posts-container .post-item h2 {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  height: auto;
  overflow: visible;
  line-height: 30px; }
  .blog-page.hot-topics .posts-container .post-item h2 a {
    font-family: 'GiorgioSansLight', sans-serif;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 30px;
    font-weight: normal;
    display: inline-block; }

.blog-page.hot-topics .posts-container .post-item img {
  height: auto; }

.blog-page.hot-topics .posts-container .post-item .tags-date-container {
  text-align: left;
  padding-left: 15px; }

.blog-page.hot-topics .posts-container .post-item .category-container {
  position: absolute;
  bottom: 10px;
  left: 15px; }
  .blog-page.hot-topics .posts-container .post-item .category-container p {
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    width: 100%;
    display: inline;
    padding-right: 10px; }
    .blog-page.hot-topics .posts-container .post-item .category-container p.wdo-member:before {
      content: "|";
      display: inline;
      width: 5px;
      height: 16px;
      font-size: 16px;
      padding-right: 10px; }

.posts-table-wrapper {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
  .posts-table-wrapper .posts-table-above {
    background-color: #f5f5f5;
    padding: 10px; }
    .posts-table-wrapper .posts-table-above .posts-table-select-filters label,
    .posts-table-wrapper .posts-table-above .dataTables_filter label {
      font-weight: bold; }
    .posts-table-wrapper .posts-table-above select {
      height: 40px;
      margin-left: 0;
      background-color: #f5f5f5;
      border: none;
      border-bottom: solid 1px #e5e5e5; }
      .posts-table-wrapper .posts-table-above select option:checked {
        font-weight: bold !important; }
    .posts-table-wrapper .posts-table-above input[type="search"] {
      height: 40px;
      margin-left: 0;
      background-color: #f5f5f5;
      border: none;
      border-bottom: solid 1px #e5e5e5; }
  .posts-table-wrapper .posts-data-table thead th {
    background-color: #48a9f9;
    border-bottom: none;
    color: #fff; }
    .posts-table-wrapper .posts-data-table thead th.col-images-category {
      display: none; }
    .posts-table-wrapper .posts-data-table thead th.col-file_size {
      background-image: none; }
  .posts-table-wrapper .posts-data-table tbody td.col-images-category {
    display: none; }
  .posts-table-wrapper .posts-data-table tbody td.col-title {
    font-weight: bold; }
  .posts-table-wrapper .posts-data-table tbody td a {
    color: #000; }
    .posts-table-wrapper .posts-data-table tbody td a:hover {
      color: #48a9f9; }
  .posts-table-wrapper .posts-data-table tbody tr {
    -webkit-box-shadow: 0px 1px 0px #e5e5e5;
    box-shadow: 0px 1px 0px #e5e5e5; }

.vc_row[data-vc-full-width].vc_hidden {
  opacity: 1; }
